projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0342b54
)
Bind M-$.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 22:41:42 +0000
(22:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 22:41:42 +0000
(22:41 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 444555c5e47cb68437a2d7a991d8a729acc977b6..28595634025e079fb314d564343c852bcacbfa1c 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-626,6
+626,8
@@
You can set this variable in hooks in your init file -- eg:
;;; **********************************************************************
+;;;###autoload (define-key global-map "\M-$" 'ispell-word)
+
;;;###autoload
(defun ispell-word (&optional following quietly)
"Check spelling of word under or before the cursor.